INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4364484444e5b1a4a3d056e0be4c0061eebd3c6a3017e49e414f753e866b7fc4', 
    '6L2ca7/jSID/AECgb4jIslS62KTMTEomxIXPc9uo1sU=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00034

Result

int(1)