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 (
    1109, 1119, 1123, 1124, 1162, 1482, 1500, 
    1508, 1510, 1511, 1562, 1604, 1763, 
    1800, 1810, 1964, 2003, 2091, 2121, 
    2149, 2176, 2185, 2248, 2358, 2457, 
    331, 338, 341, 342, 365, 380, 387, 390, 
    408, 420, 429, 475, 543, 559, 672, 678, 
    687, 700, 759, 809, 823, 842, 870, 876, 
    880, 942, 948, 1121, 1131, 1376, 1384, 
    1387, 1437, 1460, 1478, 1485, 1487, 
    1490, 1492
  ) 
  AND cscart_product_review_prepared_data.storefront_id = 0

Query time 0.00103

JSON explain

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