QUERY PLAN
Sort (cost=19.66..19.67 rows=1 width=30)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=13.58..19.65 rows=1 width=30)
Recheck Cond: (id = ANY ('{326,136,139,140,5,226,2,229,1,138,196,204,184,189,308,310,197,194,185,191,340,349,351,369,375,374,348,377,359,341,356,164,142,181,165,172}'::integer[]))
Filter: (term_id = 13)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..13.58 rows=36 width=0)
Index Cond: (id = ANY ('{326,136,139,140,5,226,2,229,1,138,196,204,184,189,308,310,197,194,185,191,340,349,351,369,375,374,348,377,359,341,356,164,142,181,165,172}'::integer[]))