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 (
    432307, 446699, 413014, 450688, 416995, 
    426059, 409013, 408586, 413163, 415231, 
    429505, 404254, 406411, 404724, 417300, 
    410868, 452526, 440855, 407708, 457100, 
    449639, 427186, 434226, 413616, 400971, 
    439522, 420223, 402063, 434025, 453641, 
    407875, 450825, 427907, 427353, 431455, 
    406944, 424119, 412948, 438098, 417337, 
    403309, 429951, 411429, 443819, 402148, 
    438958, 423821, 449843
  ) 
  AND cscart_product_review_prepared_data.storefront_id = 0

Query time 0.00032

JSON explain

{
  "query_block": {
    "select_id": 1,
    "cost": 0.0194938,
    "nested_loop": [
      {
        "table": {
          "table_name": "cscart_product_review_prepared_data",
          "access_type": "ALL",
          "possible_keys": ["PRIMARY"],
          "loops": 1,
          "rows": 53,
          "cost": 0.0194938,
          "filtered": 90.56604004,
          "attached_condition": "cscart_product_review_prepared_data.storefront_id = 0 and cscart_product_review_prepared_data.product_id in (432307,446699,413014,450688,416995,426059,409013,408586,413163,415231,429505,404254,406411,404724,417300,410868,452526,440855,407708,457100,449639,427186,434226,413616,400971,439522,420223,402063,434025,453641,407875,450825,427907,427353,431455,406944,424119,412948,438098,417337,403309,429951,411429,443819,402148,438958,423821,449843)"
        }
      }
    ]
  }
}