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 (
    103664, 103705, 103706, 103707, 103708, 
    103709, 103710, 103711, 103712, 103713, 
    103714, 103715, 103716, 103717, 103718, 
    103719, 103720, 103721, 103722, 103723
  )

Query time 0.00032

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
103664 S
103705 S
103706 S
103707 S
103708 S
103709 S
103710 S
103711 S
103712 S
103713 S
103714 S
103715 S
103716 S
103717 S
103718 S
103719 S
103720 S
103721 S
103722 S
103723 S