INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'b9d4865e123fd5a778135c92edfb182d6dbbe91420dea8f7a4236f9e0b7ce07f', 
    'X+Lns/PaARwqLaD1d+yrfAT8Dn4/Anuqr1UMte3h5R0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)