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