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 (
    87466, 93577, 93614, 93635, 93636, 93716, 
    93728, 93737, 93784, 93789, 93794, 
    94100, 94102, 94137, 94138, 94151, 
    94152, 94153, 94210, 94259
  )

Query time 0.00031

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
87466 S
93577 S
93614 S
93635 S
93636 S
93716 S
93728 S
93737 S
93784 S
93789 S
93794 S
94100 S
94102 S
94137 S
94138 S
94151 S
94152 S
94153 S
94210 S
94259 S