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 (
    5647, 5648, 5649, 5650, 5651, 5652, 5653, 
    5654, 5655, 5656, 5657, 5658, 5659, 
    5660, 5661, 5662, 5663, 5664, 5665, 
    5666, 5667, 3137, 1473, 1474
  ) 
  AND cscart_product_review_prepared_data.storefront_id = 0

Query time 0.00031

JSON explain

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