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 (
84112, 84113, 84143, 84154, 84155, 84156,
84159, 84160, 84161, 84169, 84212,
84213, 84225, 84226, 84227, 84228,
84229, 84230, 84231, 84232, 84679,
84680, 84681, 84771, 84890, 84895,
84896, 84897, 84898, 84899, 84900,
84901, 84902, 84903, 84904, 84905,
84906, 84928, 84929, 84993
)