QUERY PLAN
Sort (cost=16.98..16.98 rows=1 width=21)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=11.88..16.97 rows=1 width=21)
Recheck Cond: (id = ANY ('{326,160,140,226,184,189,333,340,1,5,196,204,197,194,185,191,183,187,309,135,2,349,354,369,372}'::integer[]))
Filter: (term_id = 11)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..11.88 rows=25 width=0)
Index Cond: (id = ANY ('{326,160,140,226,184,189,333,340,1,5,196,204,197,194,185,191,183,187,309,135,2,349,354,369,372}'::integer[]))