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 (
    82307, 82308, 82309, 82310, 82311, 82312, 
    82313, 82314, 82315, 82316, 82317, 
    82318, 82319, 82320, 82321, 82322, 
    82323, 82334, 82419, 82420
  )

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
82307 S
82308 S
82309 S
82310 S
82311 S
82312 S
82313 S
82314 S
82315 S
82316 S
82317 S
82318 S
82319 S
82320 S
82321 S
82322 S
82323 S
82334 S
82419 S
82420 S