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 (
    1414, 1453, 1452, 1407, 1432, 1451, 1445, 
    1411, 1449, 1406, 1448, 1447, 1413, 
    1439, 1419, 1444, 1443, 1418, 1442, 
    1420, 1441, 1440, 1433, 1438, 1436, 
    1435, 1434, 1415, 1431, 1430, 1429, 
    1428, 1427, 1426, 1425, 1424, 1423, 
    1422, 1421, 1417, 1416, 1412, 1410, 
    153, 1409, 1408, 1405, 297
  ) 
  AND cscart_product_review_prepared_data.storefront_id = 0

Query time 0.00050

JSON explain

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