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 (
    185, 186, 187, 188, 189, 190, 191, 1, 5, 
    7, 8, 9, 10, 11, 12, 13, 14, 15, 16, 17, 
    18, 19, 20, 21, 22, 23, 24, 25, 26, 27, 
    28, 29, 30, 31, 32, 33, 34, 35, 36, 37, 
    38, 39, 40, 41, 42, 43, 44, 45, 46, 47, 
    48, 49, 50, 51, 52, 53, 54, 55, 56, 57, 
    58, 59, 60, 62
  ) 
  AND cscart_product_review_prepared_data.storefront_id = 0

Query time 0.00053

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost_info": {
      "query_cost": "16.63"
    },
    "table": {
      "table_name": "cscart_product_review_prepared_data",
      "access_type": "ALL",
      "possible_keys": [
        "PRIMARY"
      ],
      "rows_examined_per_scan": 72,
      "rows_produced_per_join": 64,
      "filtered": "88.89",
      "cost_info": {
        "read_cost": "3.83",
        "eval_cost": "12.80",
        "prefix_cost": "16.63",
        "data_read_per_join": "1K"
      },
      "used_columns": [
        "product_id",
        "storefront_id",
        "average_rating",
        "reviews_count"
      ],
      "attached_condition": "((`pankajecarter_systemfour`.`cscart_product_review_prepared_data`.`storefront_id` = 0) and (`pankajecarter_systemfour`.`cscart_product_review_prepared_data`.`product_id` in (185,186,187,188,189,190,191,1,5,7,8,9,10,11,12,13,14,15,16,17,18,19,20,21,22,23,24,25,26,27,28,29,30,31,32,33,34,35,36,37,38,39,40,41,42,43,44,45,46,47,48,49,50,51,52,53,54,55,56,57,58,59,60,62)))"
    }
  }
}

Result

product_id average_rating reviews_count
5 3.67 3
1 4.00 3
23 3.00 1
8 4.00 1