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 (
    83868, 89253, 90751, 91153, 91502, 91503, 
    91795, 91909, 91955, 91958, 91959, 
    91978, 91980, 91988, 92048, 92062, 
    92088, 92089, 92090, 92091
  )

Query time 0.00034

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
83868 S
89253 S
90751 S
91153 S
91502 S
91503 S
91795 S
91909 S
91955 S
91958 S
91959 S
91978 S
91980 S
91988 S
92048 S
92062 S
92088 S
92089 S
92090 S
92091 S