INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '5cc3d99fee6ebd89ebcc25abc36b6cd14a5f0fcbe02b7d1807100db7b947461e', 
    'YoCv35dQW/TZj2ZoUcc0GKhYnfPJIXP4KHZXEjjcjI4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00032

Result

int(1)