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 (
    1078, 886, 884, 679, 1100, 603, 601, 887, 
    885, 1121, 1136, 609, 596, 599, 605, 
    1094, 1150, 1093, 1161, 1075, 892, 922, 
    880, 908
  ) 
  AND cscart_product_review_prepared_data.storefront_id = 0

Query time 0.00024

JSON explain

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