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 (
356117, 359227, 359292, 350167, 350940,
352035, 352746, 354264, 350874, 351272,
353847, 354164, 356786, 359059, 350490,
354138, 355700, 356771, 358492, 350153,
350877, 354373, 350107, 353043, 355763,
356235, 356729, 356882, 354807, 355854,
349681, 350191, 351952, 352553, 357881,
359100, 350711, 351238, 351466, 351490,
351956, 353017, 353063, 355767, 350028,
351230, 353612, 356950, 357344, 358081,
353584, 355704, 358368, 353613, 351326,
351854, 353449, 355920, 358883, 351893,
351902, 351906, 354434, 356635, 356894,
358817, 353894, 355224, 358402, 354579,
355858, 357962, 350556, 353124, 352870,
353751, 357281, 357870, 352738, 356044,
358751, 357842, 359236, 350769, 352961,
354903, 357746, 350988, 351112, 352338,
352879, 353501, 353630, 354298, 357826,
353453, 354602, 358074, 350409, 352863
)
AND cscart_product_review_prepared_data.storefront_id = 0