INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'f4a954e7576054eb8c886414a9166cc85f839cdbd068380c42daca073cb1dad4', 
    'A/XVow2DJ3gVihb6N/3BhcpXEnau45BgICuRr8DUIx4=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00033

Result

int(1)