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 (
    87439, 87828, 88511, 88512, 88513, 88514, 
    88515, 88557, 88752, 89167, 89236, 
    89274, 89297, 89341, 89343, 89344, 
    89354, 89377, 89550, 119827
  )

Query time 0.00049

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
87439 S
87828 S
88511 S
88512 S
88513 S
88514 S
88515 S
88557 S
88752 S
89167 S
89236 S
89274 S
89297 S
89341 S
89343 S
89344 S
89354 S
89377 S
89550 S
119827 S