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 (
    91935, 92002, 92354, 92355, 92462, 92547, 
    92558, 92561, 92581, 92598, 92599, 
    92605, 92606, 92614, 92615, 92617, 
    92618, 92619, 92620, 92621
  )

Query time 0.00028

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
91935 S
92002 S
92354 S
92355 S
92462 S
92547 S
92558 S
92561 S
92581 S
92598 S
92599 S
92605 S
92606 S
92614 S
92615 S
92617 S
92618 S
92619 S
92620 S
92621 S