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 (
    103374, 103439, 103440, 103441, 103442, 
    103443, 103460, 103727, 103728, 103729, 
    103730, 103869, 115858, 115859, 115860, 
    115861, 115862, 115863, 115864, 115865
  )

Query time 0.00037

Explain
id select_type table type possible_keys key key_len ref rows Extra
1 SIMPLE cscart_product_options range PRIMARY PRIMARY 3 20 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
103374 S
103439 S
103440 S
103441 S
103442 S
103443 S
103460 S
103727 S
103728 S
103729 S
103730 S
103869 S
115858 S
115859 S
115860 S
115861 S
115862 S
115863 S
115864 S
115865 S