Simple 1 AP Mikrotik 750 Setup

So I am new to mikrotik routers and am trying to get this setup working. I have a RB750 with a single Ruckus AP. The way I have it set up is to have ether1 as the WAN connection and the Ruckus on ether2. I then have two SSIDs on the Ruckus as well as the Ruckus itself a management vlan:

SSID1: “guest” vlan50 (10.0.50.1/24)
SSID2: “staff” vlan100 (10.0.100.1/24)
Ruckus Management: vlan200 (192.168.200.1/24)

However I cannot even ping the AP when it is set with a static ip of 192.168.200.10 from the mikrotik. I want to have a straight cable from the mikrotik to the AP and be able to handle all 3 vlans on the port. It would need 2 dhcp servers (one for each vlan SSID) and the third as a network setup for the management vlan. However all the documentation I have all points to use a setup as follows:

Mikrotik<Switch(managed)<AP

Is what I am trying possible at all with the equipment I have? We also have a RB2011iL model if what I need cannot be done with the 750. Any help would be appreciated.

I even worked on it a bit further to try and segregate traffic through a switch. The port the AP is connected to has vlans 50, 100, and 200 tagged. I then have 3 cables going to the mikrotik from the switch.

Port2>ether2 (bridged with vlan50)
Port3>ether3(bridged with vlan100)
Port4>ether4(bridged with vlan200)

However its still is an issue where the clients connecting to the AP cannot get an IP address. I have tried plugging in directly with my laptop and each port hands out the proper vlan IP associated with the port but on each SSID from the AP, it does not hand out DHCP. I am lost as to how this should be working, this setup seems way over the top with something that can easily be done with another Router. Any help with how I am doing this wrong or should be doing it would be appreciated.