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 (
    63063, 63064, 63065, 63066, 63067, 63068, 
    63069, 63070, 63071, 63072, 63073, 
    63074, 63075, 63076, 63077, 63078, 
    63079, 63080, 63081, 63082, 63131, 
    63132, 63134, 63135, 63161, 63407, 
    63408, 63482, 63484, 63639, 63652, 
    63802, 63803, 63844, 63930, 63931, 
    63960, 63961, 63962, 64081
  )

Query time 0.00038

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
63063 S
63064 S
63065 S
63066 S
63067 S
63068 S
63069 S
63070 S
63071 S
63072 S
63073 S
63074 S
63075 S
63076 S
63077 S
63078 S
63079 S
63080 S
63081 S
63082 S
63131 S
63132 S
63134 S
63135 S
63161 S
63407 S
63408 S
63482 S
63484 S
63639 S
63652 S
63802 S
63803 S
63844 S
63930 S
63931 S
63960 S
63961 S
63962 S
64081 S