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 (
    91683, 91691, 91693, 91865, 91866, 91906, 
    91929, 91934, 91948, 91964, 92066, 
    92067, 92092, 92093, 92103, 92104, 
    92564, 102923, 102927, 103010
  )

Query time 0.00039

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
91683 S
91691 S
91693 S
91865 S
91866 S
91906 S
91929 S
91934 S
91948 S
91964 S
92066 S
92067 S
92092 S
92093 S
92103 S
92104 S
92564 S
102923 S
102927 S
103010 S