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 (
    87876, 87877, 87878, 88079, 88280, 88281, 
    88502, 88505, 88550, 88551, 88602, 
    88755, 88759, 88964, 88965, 88967, 
    88993, 88994, 89071, 92976
  )

Query time 0.00038

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
87876 S
87877 S
87878 S
88079 S
88280 S
88281 S
88502 S
88505 S
88550 S
88551 S
88602 S
88755 S
88759 S
88964 S
88965 S
88967 S
88993 S
88994 S
89071 S
92976 S