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 (
    103269, 103522, 103523, 103524, 103525, 
    103526, 103527, 103528, 103529, 103530, 
    103531, 103532, 103533, 103534, 103724, 
    103794, 115854, 115855, 115856, 115857
  )

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
103269 S
103522 S
103523 S
103524 S
103525 S
103526 S
103527 S
103528 S
103529 S
103530 S
103531 S
103532 S
103533 S
103534 S
103724 S
103794 S
115854 S
115855 S
115856 S
115857 S