INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '4a34e952a3f3c7ea81d4b418fc91afe9b4d7e07fada7d54ba37d464827532509', 
    'wt0ER2fXQB9Biwa/kGD+pF/t+0Lu/lyAkt5hQRAdtaQ=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00019

Result

int(1)