INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '2aba1cc1c66d8a055d2d7428e82d9476a6855e535d6797cf90b2e475cc501b4a', 
    'PCgYkGYGbI6Zf4Zg10C+46iHPmkW1ZT8lxGR941bpTY=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00091

Result

int(1)