QUERY PLAN
Sort (cost=18.16..18.17 rows=1 width=30)
Sort Key: sort
-> Bitmap Heap Scan on tbl_term_taxonomies (cost=12.65..18.15 rows=1 width=30)
Recheck Cond: (id = ANY ('{136,139,5,1,2,226,215,184,189,197,199,198,202,308,310,324,349,375,377,164,142,369,357,356,348,352,181,128,129,165}'::integer[]))
Filter: (term_id = 13)
-> Bitmap Index Scan on tbl_term_taxonomies_pkey (cost=0.00..12.65 rows=30 width=0)
Index Cond: (id = ANY ('{136,139,5,1,2,226,215,184,189,197,199,198,202,308,310,324,349,375,377,164,142,369,357,356,348,352,181,128,129,165}'::integer[]))