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 (
    83870, 87459, 92058, 92293, 92365, 92366, 
    92367, 92368, 92459, 92848, 92849, 
    92850, 92851, 92852, 92853, 92854, 
    92855, 92856, 92892, 92896
  )

Query time 0.00046

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
83870 S
87459 S
92058 S
92293 S
92365 S
92366 S
92367 S
92368 S
92459 S
92848 S
92849 S
92850 S
92851 S
92852 S
92853 S
92854 S
92855 S
92856 S
92892 S
92896 S