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 (
    91500, 91501, 91530, 91531, 91535, 102882, 
    102922, 102925, 102964, 102979, 103002, 
    103003, 103030, 103031, 103050, 104687, 
    104706, 107430, 116326, 118715
  )

Query time 0.00042

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
91500 S
91501 S
91530 S
91531 S
91535 S
102882 S
102922 S
102925 S
102964 S
102979 S
103002 S
103003 S
103030 S
103031 S
103050 S
104687 S
104706 S
107430 S
116326 S
118715 S