SELECT DISTINCT t.term_id, tr.object_id
FROM wp_terms AS t INNER JOIN wp_term_taxonomy AS tt ON t.term_id = tt.term_id INNER JOIN wp_term_relationships AS tr ON tr.term_taxonomy_id = tt.term_taxonomy_id
WHERE tt.taxonomy IN ('barrcats', 'aop_cat') AND tr.object_id IN (4324, 4170, 4181, 4498, 3982, 5265, 4188, 4175, 4186, 4176)
ORDER BY t.name ASC