The ID of those items is set to -10 on purpose, otherwise wordpress would parse it as a Post. It might be however possible possible to get the original term ID via the Ajax Search Pro theme API functions.
In your case, to get the ID, you can use this call within the posts loop:
$id = get_asp_result_field('id');
It might be also possible to get the short description directly, like so: