INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd2fc0e0520469d7f422e361fcd220005e0b1495a007134be4857b5e43d5ff126', 
    'SrMzLXml1s5UU9NGV5OarElEnfuAL9UbAAcjhZWdjbo=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00036

Result

int(1)