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 (
    83869, 87460, 92059, 92543, 92552, 92717, 
    92770, 92897, 92994, 93042, 93103, 
    93105, 93136, 93137, 93138, 93139, 
    93158, 93160, 93161, 93262
  )

Query time 0.00038

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
83869 S
87460 S
92059 S
92543 S
92552 S
92717 S
92770 S
92897 S
92994 S
93042 S
93103 S
93105 S
93136 S
93137 S
93138 S
93139 S
93158 S
93160 S
93161 S
93262 S