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 (
    87517, 87518, 87519, 87520, 87521, 87522, 
    87523, 87524, 87525, 87526, 87527, 
    87528, 87529, 87587, 87588, 87591, 
    87746, 88033, 88080
  )

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 19 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
87517 S
87518 S
87519 S
87520 S
87521 S
87522 S
87523 S
87524 S
87525 S
87526 S
87527 S
87528 S
87529 S
87587 S
87588 S
87591 S
87746 S
88033 S
88080 S