With around 60000 nodes and around 7 revisions per node, a view with a filter on moderation state is very slow. It takes minutes to query the nodes.
The ModerationStateFilter uses the revision table to get the current moderation status.
If I change the table to the data table instead of the revision data table, this makes a lot of difference in performance (seconds vs minutes).