INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    'e6ee725819e5fc4ad9782c985b16338b4e7783fa6976f62d1149e4acd038d9fe', 
    'jFxGCj2/VqY0sp13YePRjnBY6AhU6442LYArmHk9tCs=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00024

Result

int(1)