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,1,2,226,215,229,136,135,160,140,184,189,187,196,204,185,191,198,202,197,199,192,340,348,324,349,369,371,377,333,416,437,410,380,384,164,181,128,142,165,172}'::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,1,2,226,215,229,136,135,160,140,184,189,187,196,204,185,191,198,202,197,199,192,340,348,324,349,369,371,377,333,416,437,410,380,384,164,181,128,142,165,172}'::integer[]))