INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '6aa119924199f262f4de44a9c2a68581b36106aa0da917959da3372bfd1d8e97', 
    'TxVPwNWpm3LlHohsD+eG1cCL/g0KLYiVviTIXjDZiVQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00045

Result

int(1)