INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5926aa73ef2e1b3c6c7abda1f15033dec7e41ae096840c49ef8767a343f3532f', 
    'orYt/Sbjp0d77i1ZcATavHPG/tZ5LONZht3equrUrQ8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)