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 (
    87067, 87068, 87069, 87070, 87071, 87072, 
    87073, 87074, 87075, 87076, 87077, 
    87078, 87079, 87080, 87081, 87082, 
    87083, 87084, 87085, 87090
  )

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
87067 S
87068 S
87069 S
87070 S
87071 S
87072 S
87073 S
87074 S
87075 S
87076 S
87077 S
87078 S
87079 S
87080 S
87081 S
87082 S
87083 S
87084 S
87085 S
87090 S