Currently, wikidata.org is configured to use hybrid dispatch mode (we have 'subscriptionLookupMode' => 'subscriptions+sitelinks' in the settings). Since T110339 is now closed, we should switch to using only the new subscription table, by setting 'subscriptionLookupMode' => 'subscriptions' in the settings.
This alone should improve performance, but more importantly, it allows us to work towards a completely new and more efficient filtering process for dispatching, see T110528.