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 (
    180, 18, 16, 9, 10, 24, 189, 190, 245, 239, 
    238, 23, 22, 25, 19, 65, 64, 62, 134, 135, 
    74, 73, 71, 75, 72, 255, 21, 70, 76, 30, 
    246, 29
  ) 
  AND cscart_product_review_prepared_data.storefront_id = 0

Query time 0.00230

JSON explain

{
  "query_block": {
    "select_id": 1,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_review_prepared_data",
          "access_type": "ALL",
          "possible_keys": ["PRIMARY"],
          "rows": 142,
          "filtered": 22.53521156,
          "attached_condition": "cscart_product_review_prepared_data.storefront_id = 0 and cscart_product_review_prepared_data.product_id in (180,18,16,9,10,24,189,190,245,239,238,23,22,25,19,65,64,62,134,135,74,73,71,75,72,255,21,70,76,30,246,29)"
        }
      }
    ]
  }
}

Result

product_id average_rating reviews_count
23 3.00 1
238 3.50 2
239 4.00 2
29 4.00 2
30 2.50 2
62 4.00 1
64 4.00 2
65 4.00 2