INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '05e0b7dfd8495c1cf45502f32e0be7f6378419d6f20b601ced8c968ffdda1409', 
    'D+yj6udCXdUW6Gq98lIG5Y3B49ZMJT6Axdu4ZJZLhc8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00040

Result

int(1)