SELECT 
  cscart_product_review_prepared_data.product_id AS product_id, 
  cscart_product_review_prepared_data.average_rating AS average_rating, 
  cscart_product_review_prepared_data.reviews_count AS reviews_count 
FROM 
  cscart_product_review_prepared_data 
WHERE 
  cscart_product_review_prepared_data.product_id IN (
    6026, 6027, 6028, 6029, 6030, 6031, 6032, 
    6033, 6034, 6035, 6036, 6037, 6038, 
    6111, 6112, 6113, 6114, 6115, 6116, 
    6117, 6118, 6119, 6201, 6202
  ) 
  AND cscart_product_review_prepared_data.storefront_id = 0

Query time 0.00027

JSON explain

{
  "query_block": {
    "select_id": 1,
    "message": "Impossible WHERE noticed after reading const tables"
  }
}