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 (
    692, 1189, 845, 765, 598, 1024, 1416, 
    1432, 1410, 558, 557, 556, 1421, 1406, 
    1422, 1413, 753, 566, 1021, 536, 686, 
    519, 764, 1226, 1419, 1447, 613, 545, 
    685, 1012
  ) 
  AND cscart_product_review_prepared_data.storefront_id = 0

Query time 0.00052

JSON explain

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