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 (
    60552, 60553, 60554, 60692, 62975, 62976, 
    62977, 62978, 63053, 63054, 63055, 
    63056, 63057, 63058, 63059, 63060, 
    63061, 63062, 63130, 63136, 63139, 
    63185, 63191, 63242, 63245, 63349, 
    63350, 63419, 63483, 63591, 63598, 
    63635, 63636, 63637, 63638, 63640, 
    63641, 63733, 63804, 63805
  )

Query time 0.00053

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
60552 S
60553 S
60554 S
60692 S
62975 S
62976 S
62977 S
62978 S
63053 S
63054 S
63055 S
63056 S
63057 S
63058 S
63059 S
63060 S
63061 S
63062 S
63130 S
63136 S
63139 S
63185 S
63191 S
63242 S
63245 S
63349 S
63350 S
63419 S
63483 S
63591 S
63598 S
63635 S
63636 S
63637 S
63638 S
63640 S
63641 S
63733 S
63804 S
63805 S