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 (
    87497, 87498, 87499, 87500, 87501, 87502, 
    87503, 87504, 87505, 87506, 87507, 
    87508, 87509, 87510, 87511, 87512, 
    87513, 87514, 87515, 87516
  )

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
87497 S
87498 S
87499 S
87500 S
87501 S
87502 S
87503 S
87504 S
87505 S
87506 S
87507 S
87508 S
87509 S
87510 S
87511 S
87512 S
87513 S
87514 S
87515 S
87516 S