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 (
    103648, 103649, 103650, 103651, 103652, 
    103653, 103654, 103655, 103656, 103657, 
    104268, 104269, 104270, 104271, 104272, 
    104273, 104274, 104280, 104281, 104282
  )

Query time 0.00034

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
103648 S
103649 S
103650 S
103651 S
103652 S
103653 S
103654 S
103655 S
103656 S
103657 S
104268 S
104269 S
104270 S
104271 S
104272 S
104273 S
104274 S
104280 S
104281 S
104282 S