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 = 'vi'
WHERE
a.product_id IN (
145, 200, 201, 202, 203, 204, 205, 206,
207, 208, 209, 190, 210, 211, 212, 213,
214, 215, 216, 217, 218, 219, 191, 220,
221, 222, 223, 224, 225, 226, 227, 228,
229, 192, 230, 231, 232, 233, 234, 235,
236, 237, 238, 239, 193, 240, 241, 242,
243, 194, 195, 198, 199, 77, 82, 84, 85,
83, 87, 89, 164, 142, 92, 93
)
AND a.status = 'A'
ORDER BY
a.position