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 (
    82863, 82864, 82865, 82866, 82867, 82868, 
    82918, 82919, 82920, 82967, 82968, 
    82969, 82970, 82993, 83047, 83325, 
    83326, 83392, 83533, 83777
  )

Query time 0.00032

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
82863 S
82864 S
82865 S
82866 S
82867 S
82868 S
82918 S
82919 S
82920 S
82967 S
82968 S
82969 S
82970 S
82993 S
83047 S
83325 S
83326 S
83392 S
83533 S
83777 S