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 (
60871, 60872, 60873, 60874, 60875, 60876,
60877, 60878, 60879, 60880, 60881,
60882, 60883, 60896, 61012, 61013,
61042, 61043, 61044, 61045, 61046,
61047, 61048, 61049, 61050, 61051,
61052, 61053, 61054, 71796, 71797,
71798, 71799, 71800, 71801, 71802,
71803, 71804, 71805, 71806
)