INSERT INTO cscart_aprillock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '1922e5c13f74146dd0597d80e3ac84209ecaad82bc919c9b8edab93062605faf', 
    '1/Vqs7uy7Csj0ljg3GVlL8IbCPgKeDBMDY+wybd2b/g=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00029

Result

int(1)