QUERY PLAN
Sort (cost=18.90..18.90 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=13.12..18.89 rows=1 width=22)
Recheck Cond: (id = ANY ('{2,226,1,160,229,5,215,135,140,137,139,184,189,185,191,196,204,340,349,369,130,232,377,356,333,324,331,165,172,182,142,164,181}'::integer[]))
Filter: (term_id = 10)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..13.12 rows=33 width=0)
Index Cond: (id = ANY ('{2,226,1,160,229,5,215,135,140,137,139,184,189,185,191,196,204,340,349,369,130,232,377,356,333,324,331,165,172,182,142,164,181}'::integer[]))