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 (
    87235, 87236, 87237, 87238, 87239, 87241, 
    87242, 87243, 87244, 87245, 87246, 
    87247, 87249, 87251, 87252, 87254, 
    87255, 87256, 87257, 87258
  )

Query time 0.00036

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
87235 S
87236 S
87237 S
87238 S
87239 S
87241 S
87242 S
87243 S
87244 S
87245 S
87246 S
87247 S
87249 S
87251 S
87252 S
87254 S
87255 S
87256 S
87257 S
87258 S