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 ('{1,2,135,140,5,215,226,136,139,184,189,185,191,307,203,205,204,196,309,340,349,356,359,360,369,324,331,377,165,142,232,172,181,128,130,164}'::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 ('{1,2,135,140,5,215,226,136,139,184,189,185,191,307,203,205,204,196,309,340,349,356,359,360,369,324,331,377,165,142,232,172,181,128,130,164}'::integer[]))