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 (
    85466, 85473, 85479, 85601, 85988, 86097, 
    86099, 86161, 86198, 86351, 86358, 
    86359, 86360, 86361, 86362, 86363, 
    86377, 86378, 86379, 86381
  )

Query time 0.00030

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
85466 S
85473 S
85479 S
85601 S
85988 S
86097 S
86099 S
86161 S
86198 S
86351 S
86358 S
86359 S
86360 S
86361 S
86362 S
86363 S
86377 S
86378 S
86379 S
86381 S