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 (
    8362, 7504, 8371, 8363, 11933, 11932, 
    11931, 10617, 10616, 14647, 15530, 
    15512, 18088, 15799, 15800, 15513, 
    15514, 11907, 9996, 9995, 10615, 10614, 
    11910, 10001
  ) 
  AND cscart_product_review_prepared_data.storefront_id = 0

Query time 0.00023

JSON explain

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