No
Essentially, port knocking is like a "secret key", which enables a host to connect to a port, which would otherwise be inaccessible. Given that you already employ a whitelist approach (and that your whitelist is very small), you wouldn't gain anything from adding port knocking to your setup, aside from one more moving part that can fail and be a source of hard-to-debug errors.
My recommendation would be to keep your setup as-is and ensure that you disabled password-based authentication, only allowing public key authentication or similar, depending on your needs.