INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '06432efce8e909f89c2096a7ad84b00cd5ce9d511029cf8003f848e2ec6350d2', 
    'ZMcgx5QR48grah1LdmJWthm2MKL38O5XFRLzske2Njw=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00034

Result

int(1)