INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '950c7894ece8cc2b92d588916cd28863990567ed596d250c2bbfefc2d27a1e53', 
    'nZYXW6pULLf9Uvd1endAhC0vDOXcCw8DmoKjSzrrC+8=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00045

Result

int(1)