QUERY PLAN
Sort (cost=16.98..16.98 rows=1 width=22)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=11.88..16.97 rows=1 width=22)
Recheck Cond: (id = ANY ('{165,172,2,1,5,226,337,184,189,205,200,185,192,191,197,199,142,348,349,369,377,350,356,340,164}'::integer[]))
Filter: (term_id = 9)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..11.88 rows=25 width=0)
Index Cond: (id = ANY ('{165,172,2,1,5,226,337,184,189,205,200,185,192,191,197,199,142,348,349,369,377,350,356,340,164}'::integer[]))