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 (
63561, 63562, 63563, 63564, 63565, 63566,
63568, 63569, 63570, 63600, 64205,
64206, 64207, 64208, 64209, 64210,
64211, 64212, 64213, 64214, 64215,
64216, 64217, 64218, 64219, 64220,
64221, 64222, 64223, 64224, 64225,
64226, 64227, 64228, 64229, 64230,
64231, 64232, 64233, 64234
)