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 (
    92057, 92071, 92072, 92077, 92101, 92559, 
    92560, 92607, 92642, 92643, 92644, 
    92645, 92646, 92647, 92648, 92731, 
    92739, 92741, 92742, 92753
  )

Query time 0.00032

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
92057 S
92071 S
92072 S
92077 S
92101 S
92559 S
92560 S
92607 S
92642 S
92643 S
92644 S
92645 S
92646 S
92647 S
92648 S
92731 S
92739 S
92741 S
92742 S
92753 S