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 (
    92946, 92956, 93582, 93583, 93584, 93585, 
    93586, 93587, 93588, 93589, 93590, 
    93591, 93592, 93593, 93594, 93595, 
    93596, 93597, 93598, 93599
  )

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
92946 S
92956 S
93582 S
93583 S
93584 S
93585 S
93586 S
93587 S
93588 S
93589 S
93590 S
93591 S
93592 S
93593 S
93594 S
93595 S
93596 S
93597 S
93598 S
93599 S