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 ('{1,226,135,140,165,181,2,5,215,160,184,189,185,192,197,199,307,309,183,187,194,205,203,191,182,348,164,232,142,172,349,350,354,356,366,369,372,377,323,340}'::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 ('{1,226,135,140,165,181,2,5,215,160,184,189,185,192,197,199,307,309,183,187,194,205,203,191,182,348,164,232,142,172,349,350,354,356,366,369,372,377,323,340}'::integer[]))