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 (
    243, 246, 244, 242, 245, 240, 290, 508, 
    295, 286, 259, 260, 249, 716, 719, 211, 
    253, 239, 93, 262, 325, 221, 809, 254, 
    1237, 271, 1009, 264, 725, 250, 266, 
    235, 873, 872, 875, 874, 666, 300, 669, 
    664, 309, 287, 288, 668, 667, 308, 662, 
    663
  ) 
  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"
    }
  }
}