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 (
    103138, 103145, 103146, 103147, 103148, 
    103149, 103150, 103151, 103233, 103234, 
    103235, 103483, 103663, 103688, 103689, 
    103690, 103691, 103725, 103766, 103767
  )

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
103138 S
103145 S
103146 S
103147 S
103148 S
103149 S
103150 S
103151 S
103233 S
103234 S
103235 S
103483 S
103663 S
103688 S
103689 S
103690 S
103691 S
103725 S
103766 S
103767 S