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 (
1199, 1943, 1901, 1200, 1212, 1939, 1211,
1568, 1535, 1566, 1567, 1032, 1470,
1573, 1917, 1916, 1491, 1496, 1497,
1498, 1570, 1571, 1572, 1347, 665, 581,
299, 301, 1799, 1462, 1549, 1521, 1519,
1517, 1522, 1523, 1518, 1516, 1520,
30, 31, 1545, 1180, 1205
)
AND cscart_product_review_prepared_data.storefront_id = 0