https://en.m.wikipedia.beta.wmflabs.org/wiki/Special:Watchlist
QA steps
Locally
Add the following to LocalSettings and verify you are getting a 500.
$wgHooks['ChangesListSpecialPageQuery'][] = function ( $name, $tables, $fields, $conds, $query_options, $join_conds, $opts ) { return true; };
Verify the fix makes it go away.
On beta cluster
Can you access the watchlist at https://en.wikipedia.beta.wmflabs.org/wiki/Special:Watchlist?