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 (
44414, 44420, 44421, 44422, 44423, 44424,
44469, 44492, 44500, 44501, 44506,
44507, 44531, 44532, 44533, 44534,
44539, 44570, 44574, 44577, 44588,
44589, 44590, 44616, 44617, 44669,
44670, 44671, 44672, 44673, 44674,
44675, 44676, 44677, 44678, 44679,
44680, 44681, 44682, 44685, 44686,
44687, 44688, 44689, 44690, 44691,
44692, 44693, 44694, 44695, 44696,
44726, 44727, 44729, 44734, 44735,
44843, 44844, 44845, 44849, 44864,
44902, 44916, 44917, 44918, 44919,
44920, 44938, 44939, 44969, 44970,
44971, 44972, 44973, 44974, 44975,
44976, 45706, 83141, 83142
)