INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'd8d03102353a0b3d8c6c158aeab5141e57f98df2ac63ad1a4ffa29c022c64663', 
    'nBLPnVmTC2D2SC2mMH1+e7D5lAvyj0/wxsRfLSlZb3U=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00034

Result

int(1)