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 (
    593, 595, 643, 644, 646, 692, 286, 287, 
    501, 289, 288, 291, 313, 588, 483, 484, 
    293, 310, 294, 295, 296, 298, 299, 300, 
    577, 475, 301, 302, 314, 498, 499, 304, 
    306, 316, 307, 311, 514, 515, 516, 427, 
    319, 320, 531, 322, 325, 326, 410, 327, 
    323, 324
  ) 
  AND cscart_product_review_prepared_data.storefront_id = 0

Query time 0.00027

JSON explain

{
  "query_block": {
    "select_id": 1,
    "table": {
      "table_name": "cscart_product_review_prepared_data",
      "access_type": "ALL",
      "possible_keys": ["PRIMARY"],
      "rows": 133,
      "filtered": 37.59398651,
      "attached_condition": "cscart_product_review_prepared_data.storefront_id = 0 and cscart_product_review_prepared_data.product_id in (593,595,643,644,646,692,286,287,501,289,288,291,313,588,483,484,293,310,294,295,296,298,299,300,577,475,301,302,314,498,499,304,306,316,307,311,514,515,516,427,319,320,531,322,325,326,410,327,323,324)"
    }
  }
}

Result

product_id average_rating reviews_count
291 0.00 1
302 0.00 1
314 0.00 1
289 0.00 1
295 5.00 1
301 0.00 2
304 0.00 1
306 3.00 3
307 1.67 3
311 2.50 2
313 1.25 4
323 0.00 1
325 3.00 3
326 2.50 2
498 4.00 2
499 4.00 1
501 5.00 1
577 5.00 2
595 5.00 1