RouterOS' syntax lacks a "range" statement, like on Cisco IOS and similar CLIs, but you can leverage its scripting capabilities even in the interactive shell, and just do a for loop:
for i from=1 to=28 do={interface bridge port add bridge=bridge1 interface="ether$i"}