QUERY PLAN
Sort (cost=20.98..20.98 rows=1 width=30)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=14.36..20.97 rows=1 width=30)
Recheck Cond: (id = ANY ('{5,226,1,215,2,135,136,160,185,191,307,203,196,204,205,198,202,309,184,189,192,340,348,324,349,356,359,360,369,331,377,333,437,410,165,172,130,128,181,142,164}'::integer[]))
Filter: (term_id = 13)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..14.35 rows=41 width=0)
Index Cond: (id = ANY ('{5,226,1,215,2,135,136,160,185,191,307,203,196,204,205,198,202,309,184,189,192,340,348,324,349,356,359,360,369,331,377,333,437,410,165,172,130,128,181,142,164}'::integer[]))