INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'b5f93ced90963f92b4d5dc4fcad0263f2a36d0ebe3a0f7fb999a08e2e6ee8cf3', 
    'AeY8Lfm4SAM4sXbFxhLhUk0lN/LqIFhck9UkrIrPJI0=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00016

Result

int(1)