QUERY PLAN
Sort (cost=20.71..20.72 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=14.20..20.70 rows=1 width=22)
Recheck Cond: (id = ANY ('{326,2,1,226,5,136,140,135,160,184,189,197,199,194,183,188,187,196,204,185,191,192,340,348,323,349,369,371,377,356,324,350,333,380,164,142,165,172,181,128}'::integer[]))
Filter: (term_id = 10)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..14.20 rows=40 width=0)
Index Cond: (id = ANY ('{326,2,1,226,5,136,140,135,160,184,189,197,199,194,183,188,187,196,204,185,191,192,340,348,323,349,369,371,377,356,324,350,333,380,164,142,165,172,181,128}'::integer[]))