INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'a2d612cc646f28fc5ab42ef2e7f8ab794b8a5a5aae15358791d59ec7300c095b', 
    'WEW+pMnZhlMmrzMxvGSvJnBOP3wIPdZusIEsfT6hIGI=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00031

Result

int(1)