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 = 'ja'
WHERE
a.product_id IN (
426562, 446627, 409567, 403223, 456812,
416073, 444305, 414771, 405344, 428114,
460638, 435197, 412021, 450932, 405246,
430164, 444428, 428029, 441949, 460434,
433652, 426548, 416330, 447518, 427542,
408429, 447154, 419276, 421080, 437947,
413185, 419295, 403213, 403380, 408359,
409393, 430349, 453094, 411903, 422798,
422092, 433129, 424917, 459596, 425363,
441519, 434875, 460167
)
AND a.status = 'A'
ORDER BY
a.position