The product variants indexing process is inefficient, since it depends on catalog_product_category.
Apply changes in magento/commerce-data-export#11
Fix the faulty plugin so the indexer runs as expected on ee.
- Removed reliance on generic product index in mview.xml and index.xml
- Added some queries and plugins to make the indexing more specific and added a workaround for the disfunctional mview,
by querying changes manually and adding to ids to the indexer_cl table in a CommitCallback.