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 (
    83859, 87435, 87771, 87772, 87773, 87774, 
    87775, 87776, 87777, 88017, 88261, 
    88439, 88445, 88545, 88585, 88586, 
    88587, 88588, 88624, 88625
  )

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
83859 S
87435 S
87771 S
87772 S
87773 S
87774 S
87775 S
87776 S
87777 S
88017 S
88261 S
88439 S
88445 S
88545 S
88585 S
88586 S
88587 S
88588 S
88624 S
88625 S