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 (
    227, 241, 240, 214, 217, 218, 207, 229, 
    213, 215, 226, 228, 247, 244, 225, 224, 
    223, 206, 205, 208, 211, 210, 212, 222, 
    219, 220, 221, 209
  ) 
  AND cscart_product_review_prepared_data.storefront_id = 0

Query time 0.01631

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": 19.7183094,
          "attached_condition": "cscart_product_review_prepared_data.storefront_id = 0 and cscart_product_review_prepared_data.product_id in (227,241,240,214,217,218,207,229,213,215,226,228,247,244,225,224,223,206,205,208,211,210,212,222,219,220,221,209)"
        }
      }
    ]
  }
}

Result

product_id average_rating reviews_count
228 3.00 2
224 4.50 2
205 2.50 2
206 3.00 2
207 3.00 2
208 3.50 2
209 4.00 2
210 4.00 2
211 5.00 2
212 4.50 2
213 5.00 2
214 3.50 2
215 3.50 2
217 4.50 2
218 3.50 2
219 5.00 2
220 3.00 2
221 3.00 2
222 4.50 2
223 4.50 2
225 4.50 2
226 4.50 2
227 4.50 2
229 3.50 2
240 3.50 2
241 4.50 2
244 1.50 2