QUERY PLAN
Sort (cost=16.75..16.76 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=11.72..16.74 rows=1 width=22)
Recheck Cond: (id = ANY ('{137,140,5,1,164,142,184,189,135,139,185,191,165,181,2,183,187,160,349,369,372,348,333,352}'::integer[]))
Filter: (term_id = 12)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..11.72 rows=24 width=0)
Index Cond: (id = ANY ('{137,140,5,1,164,142,184,189,135,139,185,191,165,181,2,183,187,160,349,369,372,348,333,352}'::integer[]))