How can I show more than 15 themes at a time in the admin menu?

It’s hardcoded into the WP_Themes_List_Table class that’s responsible on Line 50.

$per_page = 15;

So in short, you can’t without modifying a core file.

Link to source.