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 (
    394, 402, 129, 126, 147, 152, 1041, 818, 
    816, 66, 27, 28, 1159, 1160, 1158, 1164, 
    1165, 119, 120, 121, 731, 90, 82, 829, 
    1007, 1006, 1003, 1004, 1005, 108, 109, 
    110, 1318, 92, 80, 55, 140, 134, 350, 
    21, 91, 136, 135, 1228, 933, 1239, 70, 
    123
  ) 
  AND cscart_product_review_prepared_data.storefront_id = 0

Query time 0.00054

JSON explain

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