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 (
    83863, 87442, 87616, 89164, 89290, 89331, 
    89339, 89667, 89951, 89952, 89953, 
    89954, 89955, 89956, 89957, 89958, 
    90000, 90145, 90146, 90187
  )

Query time 0.00040

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
83863 S
87442 S
87616 S
89164 S
89290 S
89331 S
89339 S
89667 S
89951 S
89952 S
89953 S
89954 S
89955 S
89956 S
89957 S
89958 S
90000 S
90145 S
90146 S
90187 S