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 (
    87446, 89299, 90197, 90198, 90339, 90340, 
    90370, 90549, 90921, 90922, 90941, 
    90942, 90943, 90944, 90945, 90978, 
    90981, 90989, 90994, 91036
  )

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
87446 S
89299 S
90197 S
90198 S
90339 S
90340 S
90370 S
90549 S
90921 S
90922 S
90941 S
90942 S
90943 S
90944 S
90945 S
90978 S
90981 S
90989 S
90994 S
91036 S