INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '554674883b5e9f7872e9d1acc5ed5f4fe52a2b7c0e14d186a1d88797ae4f812c', 
    'X/Q1zYCmbVJzK6i9G9JgBtjnrhWVV23Te/bJJFLtAEs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)