INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '9a71eedd9855da9f9f9dc3ada7df4a9e6198a0d925e9e566e81d3100d1d8d759', 
    'nH2dTDCK/FGSDH1dmISp35cipi4x0SicP/QDYcE+8p4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00043

Result

int(1)