In case you have your own slow SQL query, you can optimize it automatically here.
For the query above, the following recommendations will be helpful as part of the SQL tuning process.
You'll find 3 sections below:
ALTER TABLE `site_plugin_products_cache_filters` ADD INDEX `site_products_idx_value_id` (`value_id`);
SELECT
DISTINCT site_plugin_products_cache_filters.item_id
FROM
site_plugin_products_cache_filters
WHERE
site_plugin_products_cache_filters.value_id IN (
32
)