INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'fd911536e6ce20bb355d4747c2c7af2f665524fccd42d5dc6d7ad85f72b88c75', 
    '6/5Fl4JMZGlsViruY4dKR/HL1MJ5P45CrSABq9i62bg=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00022

Result

int(1)