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 (
81709, 81710, 82509, 82510, 82511, 82512,
82513, 82514, 82515, 82516, 82517,
82518, 82519, 82520, 82521, 82522,
82523, 82570, 82571, 82572, 82573,
82574, 82575, 82576, 82577, 82578,
82579, 82580, 82581, 82582, 82583,
82584, 82585, 82586, 82587, 82588,
82589, 82590, 82591, 82592
)