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 (
    68324, 68325, 68326, 68327, 68328, 68329, 
    68330, 68331, 68332, 68333, 68334, 
    68335, 68336, 68337, 68338, 68339, 
    68340, 68341, 68342, 68343, 68368, 
    68412, 68461, 68462, 68524, 68525, 
    68531, 68627, 68726, 68727, 68728, 
    68729, 68730, 68731, 68732, 68733, 
    68734, 68735, 68736, 68737
  )

Query time 0.00049

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_product_options range PRIMARY PRIMARY 3 40 Using where
1 SIMPLE cscart_ult_objects_sharing eq_ref PRIMARY PRIMARY 159 toolboxdigitalshop_dev.cscart_product_options.option_id,const,const 1 Using where; Using index

Result

option_id option_type
68324 S
68325 S
68326 S
68327 S
68328 S
68329 S
68330 S
68331 S
68332 S
68333 S
68334 S
68335 S
68336 S
68337 S
68338 S
68339 S
68340 S
68341 S
68342 S
68343 S
68368 S
68412 S
68461 S
68462 S
68524 S
68525 S
68531 S
68627 S
68726 S
68727 S
68728 S
68729 S
68730 S
68731 S
68732 S
68733 S
68734 S
68735 S
68736 S
68737 S