SELECT
option_id,
option_type
FROM
cscart_product_options
INNER JOIN cscart_ult_objects_sharing ON (
cscart_ult_objects_sharing.share_object_id = cscart_product_options.option_id
AND cscart_ult_objects_sharing.share_company_id = 1
AND cscart_ult_objects_sharing.share_object_type = 'product_options'
)
WHERE
option_id IN (
41282, 41297, 41339, 41376, 41462, 41463,
41496, 41504, 41511, 41512, 41513,
41514, 41515, 41517, 41521, 41522,
41526, 41527, 41528, 41529, 41530,
41531, 41532, 41592, 41593, 41594,
41617, 41618, 41619, 41620, 41621,
41622, 41623, 41624, 41625, 41626,
41627, 41628, 41629, 41633, 41640,
41682, 41683, 41684, 41685, 41686,
41687, 41688, 41689, 41690, 41691,
41692, 41693, 41694, 41696, 41773,
41776, 41777, 41778, 41779, 41780,
41781, 41782, 41783, 41784, 41785,
41786, 41787, 41788, 41789, 41790,
41791, 41808, 41810, 41811, 41824,
42021, 42056, 45703, 45705
)