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 (
    712, 693, 691, 1013, 762, 1241, 1264, 
    723, 751, 503, 628, 467, 754, 752, 655, 
    761, 1142, 1141, 1146, 721, 722, 615, 
    524, 1140, 1143, 1144, 293, 924, 750, 
    898, 565, 447, 460, 482, 1408, 1047, 
    463, 824, 521, 54, 292, 351, 343, 384, 
    340, 1139, 825, 672, 532, 623, 509, 897, 
    361, 512, 746, 740, 984, 707, 317, 745, 
    529, 834, 380, 1278, 436, 586, 596, 1075, 
    450, 743, 741, 449, 747, 1053, 415, 45, 
    1074, 1240, 431, 1244, 1050, 1052, 1089, 
    939, 889, 1107, 620, 379, 903, 316, 594, 
    533, 812, 430, 451, 614
  ) 
  AND cscart_product_review_prepared_data.storefront_id = 0

Query time 0.00063

JSON explain

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