SELECT
a.*,
b.option_name,
b.internal_option_name,
b.option_text,
b.description,
b.inner_hint,
b.incorrect_message,
b.comment
FROM
cscart_product_options as a
LEFT JOIN cscart_product_options_descriptions as b ON a.option_id = b.option_id
AND b.lang_code = 'ru'
WHERE
a.product_id IN (
286, 278, 280, 282, 247, 255, 256, 257,
249, 250, 251, 252, 253, 254, 248, 245,
246, 66, 166, 192, 194, 195, 196, 197,
198, 199, 200, 201, 202, 203, 204, 230,
231, 232, 233, 234, 235, 236, 237, 238,
239, 78, 79, 80, 81, 82, 83, 84, 85, 86,
87, 88, 89, 90, 91, 92, 93, 94, 95, 96,
97, 100, 101, 102
)
AND a.status = 'A'
ORDER BY
a.position