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 (
358369, 358728, 358826, 352229, 352514,
354424, 354429, 357436, 357598, 357601,
358801, 350114, 355753, 357812, 352323,
354368, 354613, 351386, 351396, 351532,
352624, 356082, 356464, 357453, 358599,
358840, 352233, 354354, 356667, 358408,
358457, 358990, 352358, 352615, 354985,
358958, 358991, 352429, 355020, 355042,
355133, 356592, 356676, 357463, 358831,
358984, 351403, 351620, 357142, 358382,
351598, 352319, 354856, 355668, 357528,
351323, 351370, 351435, 352362, 354450,
354648, 354877, 356424, 356425, 357146,
358620, 358920, 351473, 352353, 352591,
354399, 354644, 354769, 355676, 355678,
355747, 358811, 352510, 354970, 356100,
356289, 356603, 358849, 352350, 352586,
355053, 356050, 357467, 358275, 358462,
358882, 351285, 351474, 354440, 354517,
355086, 355612, 355852, 355866, 356002
)
AND cscart_product_review_prepared_data.storefront_id = 0