To fully understand the SLOG/PLP/SSD dynamic, you need a little background.
Prior to 2015ish, SSDs had a tendency to lie about properly honoring a cache flush. (This made the SSD appear speedier in benchmarks.) If an SSD had PLP, that was a good indicator that the SSD *was* telling the truth about cache flushes, and that become an important "buzz word" for finding a safe SLOG SSD. Now, however, thanks to continuous improvements in flash memory and much wider adoption of SSDs, it's rare to find an SSD that does not honor a cache flush, so this worry is mostly gone. However, just because an SSD now tells you the truth, does not mean that you want it for a SLOG without PLP.
You see, writing data to non-volatile memory, even one made of the worlds fastest flash memory, is incredibly slow compared to volatile memory. The advantage of power loss protection is that the SSD can have a little bit of volatile memory (like DRAM), protected with PLP, in order to quickly suck in data (and honestly report that this data is "safe") before committing to the "slow" task of writing it out to non-volatile memory. Therefore, PLP makes a "synchronous" write (aka, a write that requires confirmation that it was successful) much faster.
Ok, so that brings us to the SLOG itself. The only advantage that a SLOG brings is that synchronous writes can be made faster. The data gets sent to the SLOG, reports that it's been properly and securely written, and then the system can continue with its business. If the SLOG is approximately as fast as the pool, then the SLOG provides no benefits over the pool itself. In any event, when data is written to the pool, that data comes directly from RAM, never from the SLOG. The only time that the SLOG is read is when there is an actual power loss event, so a SLOG's write speed is the only metric that is important. And this brings us back to PLP: when an SSD has PLP, it generally means that it has some kind of fast protected cache that makes its writes much, much faster (and that much more suitable as a SLOG).