QUERY PLAN
Sort (cost=21.25..21.26 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=14.51..21.24 rows=1 width=22)
Recheck Cond: (id = ANY ('{160,140,229,135,5,1,215,167,165,181,265,2,226,129,136,179,184,200,331,197,199,164,205,204,196,189,307,203,185,191,168,340,349,356,359,369,374,377,348,323,350,138}'::integer[]))
Filter: (term_id = 10)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..14.51 rows=42 width=0)
Index Cond: (id = ANY ('{160,140,229,135,5,1,215,167,165,181,265,2,226,129,136,179,184,200,331,197,199,164,205,204,196,189,307,203,185,191,168,340,349,356,359,369,374,377,348,323,350,138}'::integer[]))