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 (
163, 155, 55, 69, 184, 183, 133, 132, 125,
120, 146, 147, 145, 290, 117, 113, 157,
68, 29, 6, 8, 14, 9, 10, 19, 21, 50, 51,
49, 48, 54, 153, 164, 248, 65, 64, 63,
62, 66, 140, 141, 144, 143, 142
)
AND cscart_product_review_prepared_data.storefront_id = 0