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 (
63472, 63487, 63554, 63555, 63556, 63557,
63558, 63559, 63560, 63653, 63672,
63683, 63846, 73219, 73220, 73221,
73222, 73223, 73224, 73225, 73226,
73227, 73228, 73229, 73230, 73231,
73232, 73233, 73234, 73235, 73236,
73237, 73238, 73239, 73240, 73241,
73242, 73243, 73244, 73245
)