INSERT INTO cscart_lock_keys (key_id, token, expiry_at) 
VALUES 
  (
    '0578ca6436b46837820beed83eaca323185ce7540241d1f19749a7249d55d6d9', 
    'eAGqKMYn9ofl7D5scgEwXQXEUEnT8w61YVsSWus+xok=', 
    UNIX_TIMESTAMP(NOW()) + 300
  )

Query time 0.00045

Result

int(1)