INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5a2dee6a4fdf42d016fc781a74d415fd56a9c6443f0c891af3d190fc1208796a', 
    'N1tDsDJWdq9Z0+XxrtsUEeutv+Nur4I3o1XZ79Zxqa0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00037

Result

int(1)